home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / CDinfosearch < prev    next >
Text File  |  2002-10-08  |  1KB  |  36 lines

  1. #! /bin/sh
  2.  
  3. SRCDIR=`dirname $0`
  4.  
  5. if [ $SRCDIR = "." ]
  6. then
  7.     SRCDIR=`pwd`
  8. fi
  9.  
  10. echo "\nInfoSearch\n\
  11. ==========\n\
  12. InfoSearch requires that a configuration file be modified in order\n\
  13. to work properly with the content found on this CD-ROM. InfoSearch\n\
  14. can only be used if the host machine accessing the content on this\n\
  15. CD-ROM is running IRIX 6.5 or later. If your host machine meets\n\
  16. this requirement, follow these steps:\n\n\
  17. 1. Edit the file:  /usr/lib/infosearch/C/infosrch.cfg\n\n\
  18. 2. Locate the line (approximately line #217) that looks like this:\n\n\
  19.    \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"/\">\n\n\
  20.    and change it to look like this:\n\n\
  21.    \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"$SRCDIR\">\n\n\
  22. 3. Perform this step only if the host machine is running IRIX 6.5.17\n\
  23.    or later. Locate the line (approximately line #230) that looks\n\
  24.    like this:\n\n\
  25.    \tBK_LIBPTH=/usr/share/Insight/library\n\n\
  26.    and change it to look like this:\n\n\
  27.    \tBK_LIBPTH=$SRCDIR/usr/share/Insight/library\n\n\
  28. 4. Save the file.\n\n\
  29. 5. InfoSearch should now be able to find and use the content found\n\
  30.    on this CD-ROM.\n\n\
  31. 6. Revert back to previous version of this file, or back out the changes\n\
  32.    (ie. remove \"$SRCDIR\"), if this CD-ROM is not being used.\n\n\
  33. Refer to the infosearch release notes for further information.\n" | more
  34.  
  35. exit
  36.